From: Chong Yidong Date: Sat, 18 Jun 2011 19:21:16 +0000 (-0400) Subject: * lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3418 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2094c3e32c729417b0a7a0f7d43860f2e64de875;p=emacs.git * lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e54b7df463..ba3c46a3b46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-06-18 Chong Yidong + * textmodes/fill.el (default-justification): Add :safe (Bug#8879). + * cus-face.el (custom-declare-face): Call custom-theme-recalc face anytime existing face settings are present (Bug#8889). diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 2b7e9a19baa..a85ed982ab0 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1054,6 +1054,7 @@ The `justification' text-property can locally override this variable." (const full) (const center) (const none)) + :safe 'symbolp :group 'fill) (make-variable-buffer-local 'default-justification)